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
|
||||
all: zmigrate oraclefeed
|
||||
|
||||
subatomic:
|
||||
$(CC) subatomic.c -o subatomic -lm
|
||||
|
||||
zmigrate:
|
||||
$(CC) zmigrate.c -o zmigrate -lm
|
||||
|
||||
@@ -9,3 +13,4 @@ oraclefeed:
|
||||
|
||||
clean:
|
||||
rm zmigrate oraclefeed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user