diff options
Diffstat (limited to 'templates/system-flake/pkgs/hello-world/Makefile')
| -rw-r--r-- | templates/system-flake/pkgs/hello-world/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/system-flake/pkgs/hello-world/Makefile b/templates/system-flake/pkgs/hello-world/Makefile deleted file mode 100644 index 4eef056..0000000 --- a/templates/system-flake/pkgs/hello-world/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -CFLAGS += -O3 -s - -all: hello-world - -%: %.c - $(CC) $(CFLAGS) -o $@ $< |
