Update dapps makefile; remove oraclefeed, hushdex updates, no longer build zmigrate
This commit is contained in:
@@ -1,16 +1,17 @@
|
|||||||
# Copyright 2020 The Hush Developers
|
# Copyright 2020 The Hush Developers
|
||||||
# just type make to compile all dapps
|
# Just type make to compile all dat dapp code, fellow cypherpunk
|
||||||
all: zmigrate oraclefeed
|
|
||||||
|
|
||||||
subatomic:
|
# we no longer build zmigrate by default, nobody uses that fucking code
|
||||||
$(CC) subatomic.c -o subatomic -lm
|
all: hushdex
|
||||||
|
|
||||||
|
hushdex:
|
||||||
|
$(CC) hushdex.c -o hushdex -lm
|
||||||
|
|
||||||
|
# Just for historical knowledge, to study how fucking stupid
|
||||||
|
# ZEC+KMD were to still support sprout, to this day!!!!!!!!
|
||||||
zmigrate:
|
zmigrate:
|
||||||
$(CC) zmigrate.c -o zmigrate -lm
|
$(CC) zmigrate.c -o zmigrate -lm
|
||||||
|
|
||||||
oraclefeed:
|
|
||||||
$(CC) oraclefeed.c -o oraclefeed -lm
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm zmigrate oraclefeed
|
rm zmigrate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user