mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
reverted makefile change (nw)
This commit is contained in:
parent
d8929ea694
commit
ab9137d652
4
makefile
4
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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user