Update Makefile

This commit is contained in:
augustin64 2022-11-04 12:45:05 +01:00
parent 40d07bdb53
commit 67515e6315

View File

@ -84,7 +84,7 @@ endif
# Build general files
#
$(BUILDDIR)/%.o: $(SRCDIR)/%.c $(SRCDIR)/include/%.h
$(CC) -c $< -o $@ $(CFLAGS)
$(CC) -c $< -o $@ $(CFLAGS)
#
# Tests