HW1
This commit is contained in:
14
code/Makefile
Normal file
14
code/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
.PHONY: all clean run
|
||||
|
||||
all:
|
||||
make -C build.linux depend
|
||||
make -C build.linux
|
||||
make -C test
|
||||
|
||||
clean:
|
||||
make -C build.linux clean
|
||||
make -C test distclean
|
||||
|
||||
run:
|
||||
make -C test run
|
||||
Reference in New Issue
Block a user