1
0
mirror of https://github.com/krislamo/knrc.git synced 2025-09-12 08:49:29 +00:00

Add "make clean" to remove binaries

This commit is contained in:
2021-11-03 01:20:54 -04:00
parent e7e2367bd7
commit e01d287e88

View File

@@ -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/*-*