Revert "doing some find+sed cleanup"

This reverts commit f4c7e129df.
This commit is contained in:
Dan Buch
2009-11-18 19:37:27 -05:00
parent f4c7e129df
commit c77722c60f
51 changed files with 3373 additions and 3373 deletions

View File

@@ -9,20 +9,20 @@ SRC_DIR=.
EXE_DIR=../demo/exe
EXES = \
${EXE_DIR}/hanoi \
${EXE_DIR}/life\
${EXE_DIR}/magic \
${EXE_DIR}/queens \
${EXE_DIR}/shuffle \
${EXE_DIR}/tt
${EXE_DIR}/hanoi \
${EXE_DIR}/life\
${EXE_DIR}/magic \
${EXE_DIR}/queens \
${EXE_DIR}/shuffle \
${EXE_DIR}/tt
${EXE_DIR}/%: %.o
${CC} -o $@ $< ${LIBS}
${CC} -o $@ $< ${LIBS}
%.o: ${SRC_DIR}/%.c
${CC} -o $@ -c $<
${CC} -o $@ -c $<
all: ${EXES}
clean:
@rm -f ${EXES}
@rm -f ${EXES}