mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-27 03:31:49 +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)
|
$(CC) -o $(TARGET) $(fpic) $(LIBRETRO_OBJ) $(LIBRETRO_LIBS) $(SHARED)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
clean-objs:
|
||||||
|
rm -f $(LIBRETRO_OBJ)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(LIBRETRO_OBJ)
|
rm -f $(LIBRETRO_OBJ)
|
||||||
rm -f $(TARGET)
|
rm -f $(TARGET)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean clean-objs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user