Add subatomic to dapp makefile
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
|
# Copyright 2020 The Hush Developers
|
||||||
# just type make to compile all dapps
|
# just type make to compile all dapps
|
||||||
all: zmigrate oraclefeed
|
all: zmigrate oraclefeed
|
||||||
|
|
||||||
|
subatomic:
|
||||||
|
$(CC) subatomic.c -o subatomic -lm
|
||||||
|
|
||||||
zmigrate:
|
zmigrate:
|
||||||
$(CC) zmigrate.c -o zmigrate -lm
|
$(CC) zmigrate.c -o zmigrate -lm
|
||||||
|
|
||||||
@@ -9,3 +13,4 @@ oraclefeed:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm zmigrate oraclefeed
|
rm zmigrate oraclefeed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user