Start homework 5.
This commit is contained in:
10
ostep/hw5/Makefile
Normal file
10
ostep/hw5/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
TARGETS := hw5_1
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
clean:
|
||||
rm -f $(TARGETS)
|
||||
|
||||
%: %.c
|
||||
$(CC) -o $@ $<
|
||||
|
||||
Reference in New Issue
Block a user