mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 18:05:06 +01:00
Add clean-objs target
This commit is contained in:
parent
2bea974cc0
commit
bd0bfbe488
@ -188,9 +188,12 @@ else
|
||||
$(CC) -o $(TARGET) $(fpic) $(LIBRETRO_OBJ) $(LIBRETRO_LIBS) $(SHARED)
|
||||
endif
|
||||
|
||||
clean-objs:
|
||||
rm -f $(LIBRETRO_OBJ)
|
||||
|
||||
clean:
|
||||
rm -f $(LIBRETRO_OBJ)
|
||||
rm -f $(TARGET)
|
||||
|
||||
.PHONY: clean
|
||||
.PHONY: clean clean-objs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user