aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f45146e..fa57919 100755
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ build: $(BIN)
$(BIN): $(OBJECTS)
$(CC) $(CFLAGS) $(OBJECTS) -o $(BIN)
-$(OBJ)/%.o: $(SRC)/%.c $(SRC)/*.h
+$(OBJ)/%.o: $(SRC)/%.c $(SRC)/%.h
$(CC) -c $< -o $@
clean: