1
0
mirror of https://github.com/prirun/p50em.git synced 2026-03-10 04:11:03 +00:00

remove .PHONY'd 'em' target

This commit is contained in:
Ryan Blair
2020-04-13 18:53:42 +00:00
parent 08e1c7015c
commit 66e3fd6f1a

View File

@@ -2,7 +2,7 @@
REV=${shell [ -d .hg ] && hg id -n || git rev-parse --short HEAD}
.PHONY: em emwarn debug trace fixed
.PHONY: emwarn debug trace fixed
em: # normal
$(CC) -DREV=\"${REV}\" -DNOTRACE -DFAST -O -Winline em.c -o em