added/removed files, updated Makefile.

This commit is contained in:
Aurélien Aptel
2009-06-16 02:33:38 +02:00
parent 6305137834
commit 19d9334d96
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 $@