Fixed makefile.

parent 337aed09
......@@ -4,11 +4,8 @@ LFLAGS=-lm
all: test
test: test.c methods.c
test: test.o methods.o
$(CC) $(CFLAGS) $(LFLAGS) -o $@ $^
#%.o: %.c
# $(CC) $(CFLAGS) $(LFLAGS) -o $@ $^
clean:
rm *.o test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment