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 $@