1
0
mirror of git://git.suckless.org/st synced 2025-12-17 04:33:10 +01:00

added/removed files, updated Makefile.

This commit is contained in:
Aurélien Aptel
2009-06-16 02:33:38 +02:00
parent 8b4bfe31ec
commit 2e37752961
3 changed files with 40 additions and 179 deletions

View File

@@ -18,7 +18,7 @@ options:
@echo CC $<
@${CC} -c ${CFLAGS} $<
${OBJ}: config.mk
${OBJ}: config.h config.mk
st: ${OBJ}
@echo CC -o $@