1
0
mirror of https://github.com/krislamo/knrc.git synced 2024-09-19 21:00:35 +00:00

Add "make clean" to remove binaries

This commit is contained in:
Kris Lamoureux 2021-11-03 01:20:54 -04:00
parent e7e2367bd7
commit e01d287e88
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

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