Browse Source

Add subatomic to dapp makefile

subatomic
Duke Leto 4 years ago
parent
commit
888efff4d1
  1. 5
      src/cc/dapps/Makefile

5
src/cc/dapps/Makefile

@ -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

Loading…
Cancel
Save