Skip to content
  • This project
    • Loading...
  • Sign in

Barry / rf-depot

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • rf-depot
  • sw
  • bbplayer
  • apps
  • simple-F3DEX2
  • simple_d
  • locdefs
  • root's avatar
    initial commit · bc83a1ad
    bc83a1ad
    root committed 2020-05-02 05:58:04 +0000
locdefs 248 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
LCDEFS += -D_DEBUG
OPTIMIZER = -g
ULTRALIB = ultra_d
LDIRT += $(APP)

loc_simple_d: $(TARGETS)

loc_clobber: loc_clean loc_rmtargets $(_FORCE)
	rm -rf $(MKDEPFILE)

loc_clean: $(_FORCE)
	rm -rf $(DIRT)

loc_rmtargets: $(_FORCE)
	rm -rf $(TARGETS)