Compare commits

...

1 Commits

Author SHA1 Message Date
Claudius Holeksa f43d09fc39 initial makefile test 2022-02-10 19:19:36 +01:00
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/