Configs and makefile fixes
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
.PHONY: clean build test all
|
||||
|
||||
clean:
|
||||
mkdir -p student_out
|
||||
rm student_out/*
|
||||
rm a.out
|
||||
mkdir -p ./student_out
|
||||
rm -f ./student_out/*
|
||||
rm -f ./a.out
|
||||
|
||||
build:
|
||||
gcc -g -O0 ./code/*.c -lm
|
||||
|
Reference in New Issue
Block a user