diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 11:15:05 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 11:15:05 +0900 |
| commit | 46ad57573d7fd55ee2d9f0a3944accd4dd618adb (patch) | |
| tree | f1fc21479a0ce746e10b99d94985b17212e80e19 /st/Makefile | |
| parent | ade72d85ebc04455e6cc7be5ccb53b2890efd18d (diff) | |
modified dwm/config.def.h, modified st/Makefile, deleted st/config.h, created st/config.def.h
Diffstat (limited to 'st/Makefile')
| -rw-r--r-- | st/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/st/Makefile b/st/Makefile index ca2c21c..da95823 100644 --- a/st/Makefile +++ b/st/Makefile @@ -15,6 +15,9 @@ options: @echo "LDFLAGS = $(STLDFLAGS)" @echo "CC = $(CC)" +config.h: + cp config.def.h config.h + .c.o: $(CC) $(STCFLAGS) -c $< @@ -29,12 +32,12 @@ st: $(OBJ) $(CC) -o $@ $(OBJ) $(STLDFLAGS) clean: - rm -f st $(OBJ) st-$(VERSION).tar.gz *.rej *.orig *.o + rm -f st $(OBJ) st-$(VERSION).tar.gz dist: clean mkdir -p st-$(VERSION) cp -R FAQ LEGACY TODO LICENSE Makefile README config.mk\ - config.h st.info st.1 arg.h st.h win.h $(SRC)\ + config.def.h st.info st.1 arg.h st.h win.h $(SRC)\ st-$(VERSION) tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz rm -rf st-$(VERSION) |
