Regenerated Makefile

This commit is contained in:
Pierre Pronchery 2011-06-02 19:36:53 +00:00
parent 7de1b55359
commit bef7a2641e

View File

@ -23,7 +23,7 @@ panel_test_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
panel_test: $(panel_test_OBJS)
$(CC) -o panel_test $(panel_test_OBJS) $(panel_test_LDFLAGS)
test.o: test.c ../config.h
test.o: test.c ../src/common.h ../config.h
$(CC) $(panel_test_CFLAGS) -c test.c
clean: