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