initial makefile test

fb-makefile
Claudius Holeksa 2022-02-10 19:19:36 +01:00
parent 70e43eb0d5
commit f43d09fc39
1 changed files with 9 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
.phony: all clean
all:
echo "Basic makefile test"
clean:
rm -rf bin/