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