Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions EX1_incorrect_patterns/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
######################################################################################################################################################################################
# #
# Do NOT use this file as a starting point. This is an example of a how NOT to write makefiles #
# #
######################################################################################################################################################################################


INPUT_FILE_LIST:=$(shell ls inputs/)
INPUT_FILES=$(foreach FILE,$(INPUT_FILE_LIST),inputs/$(FILE))
INTERMEDIATE_STAGE_FILES=$(INPUT_FILES:inputs/%=%)
Expand Down