diff options
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/Makefile b/scripts/Makefile deleted file mode 100644 index 1b32df7..0000000 --- a/scripts/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -include ../config.mk - -install: - gcc -o gip ip.c - cp get_weather fehbg gip $(PREFIX)/bin -clean: - rm $(PREFIX)/bin/{gip, , fehbg, get_weather} |