makefiles work with lowercase m
This commit is contained in:
parent
0bd1efb7f8
commit
0771f0904a
@ -1,7 +1,9 @@
|
||||
.PHONY: debug
|
||||
debug:
|
||||
gcc -Wall -g *.c
|
||||
gcc -Wall -g ./src/*.c
|
||||
gdb a.out
|
||||
|
||||
.PHONY: run
|
||||
run:
|
||||
gcc -Wall ./src/*.c
|
||||
./a.out
|
Reference in New Issue
Block a user