Skip to content

Commit

Permalink
Unify identity.mk and provide sane naming default.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed May 9, 2019
1 parent 85f5993 commit 253e173
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions default.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name := Orchid
domain := com.example
3 changes: 2 additions & 1 deletion env/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ cflags += -fmessage-length=0
cflags += -ferror-limit=0
cflags += -ftemplate-backtrace-limit=0

-include identity.mk
include ../default.mk
-include ../identity.mk

include $(pwd)/target-$(target).mk
File renamed without changes.
5 changes: 0 additions & 5 deletions srv-shared/identity.mk.in

This file was deleted.

0 comments on commit 253e173

Please sign in to comment.