aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48abc2f..ae6c171 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ clean:
$(MAIN): $(EVOBJFILE) $(OBJS)
$(CC) $(CFLAGS) -s -o $(MAIN) $(OBJS) $(EVOBJFILE) $(LIBS)
-%.o: %.c
+.c.o:
$(CC) $(CFLAGS) -c $< -o $@
$(EVOBJFILE): $(EVSRCFILE)