summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2012-12-25 03:51:20 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2012-12-25 03:51:20 +0000
commita9116a79739841746e3775260730f3ef09b55937 (patch)
tree1c5d22c4d726c7672fd204378cd919bfbc25a90c /makefile
parent39b8e6c652b5b2cd8541c348aeb8459e9d2fdc1b (diff)
SDL: Experimental Qt-based debugger [Andrew Gardner, R. Belmont]
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile
index 899535e8500..54895934366 100644
--- a/makefile
+++ b/makefile
@@ -776,6 +776,10 @@ $(OBJ)/%.o: $(SRC)/%.c | $(OSPREBUILD)
@echo Compiling $<...
$(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
+$(OBJ)/%.o: $(OBJ)/%.c | $(OSPREBUILD)
+ @echo Compiling $<...
+ $(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
+
$(OBJ)/%.pp: $(SRC)/%.c | $(OSPREBUILD)
@echo Compiling $<...
$(CC) $(CDEFS) $(CFLAGS) -E $< -o $@