mirror of
https://github.com/krislamo/knrc.git
synced 2025-09-22 20:49:29 +00:00
Add "make clean" to remove binaries
This commit is contained in:
3
Makefile
3
Makefile
@@ -5,3 +5,6 @@ hello: 01-hello-world.c
|
||||
|
||||
mathvars: 02-vars-and-math.c
|
||||
gcc -o ./bin/02-mathvars 02-vars-and-math.c
|
||||
|
||||
clean:
|
||||
$(RM) ./bin/*-*
|
||||
|
Reference in New Issue
Block a user