diff options
Diffstat (limited to 'schulung_tools/zombie/Makefile')
| -rw-r--r-- | schulung_tools/zombie/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/schulung_tools/zombie/Makefile b/schulung_tools/zombie/Makefile new file mode 100644 index 0000000..58c8196 --- /dev/null +++ b/schulung_tools/zombie/Makefile @@ -0,0 +1,8 @@ +CFLAGS += -g + +zombie: zombie.c + +clean: + rm -f zombie + +.PHONY: clean |
