assignment 1 problem 1
This commit is contained in:
5
assignment1/problem1/Makefile
Normal file
5
assignment1/problem1/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
EXEC = list
|
||||
SRC = $(wildcard *.c)
|
||||
|
||||
$(EXEC): $(SRC)
|
||||
gcc -o $@ $^ -Wall
|
||||
Reference in New Issue
Block a user