change dcfampi contents for aal->ihk

This commit is contained in:
simin
2013-02-15 19:58:03 +09:00
parent ff356b02cc
commit 15b7256738
3 changed files with 28 additions and 24 deletions

View File

@ -6,7 +6,7 @@ TARGET=mcexec
all: $(TARGET)
mcexec: mcexec.c
$(CC) $(CFLAGS) -pthread -o $@ $^
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -pthread -o $@ $^ $(EXTRA_OBJS)
clean:
$(RM) $(TARGET) *.o