diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-13 18:15:43 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-13 18:15:43 +0000 |
| commit | 2e81fbdf15168a5b6df291b7062d120156a5ce45 (patch) | |
| tree | 57de36552c6f46e43d8520ccf65acb80ef5f6c29 /scripts/Makefile | |
| parent | 7a93f153bf5e088ab6e2da6fcc0518744cfd54af (diff) | |
Removed dwm scripts, sfm, , added scroll, and added dark theme to surf
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} |