diff options
author | user <user@localhost.localdomain> | 2019-10-23 17:41:22 -0400 |
---|---|---|
committer | user <user@localhost.localdomain> | 2019-10-23 17:41:22 -0400 |
commit | d8f8cd5415b448e0969b39e9e0bad5d0350bdcae (patch) | |
tree | ab10cc6405f6b162678fbb807389c973a86e8fdb /starts/random-selfmod/makefile | |
parent | c7768947b3e8857479ed1d9dc2c39c8eaab70791 (diff) | |
download | standingwithresilience-d8f8cd5415b448e0969b39e9e0bad5d0350bdcae.tar.gz standingwithresilience-d8f8cd5415b448e0969b39e9e0bad5d0350bdcae.zip |
move off rand-selfmod
Diffstat (limited to 'starts/random-selfmod/makefile')
-rw-r--r-- | starts/random-selfmod/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starts/random-selfmod/makefile b/starts/random-selfmod/makefile new file mode 100644 index 0000000..9475287 --- /dev/null +++ b/starts/random-selfmod/makefile @@ -0,0 +1,2 @@ +intellect: intellect.cpp + g++ -ggdb -std=c++11 intellect.cpp -Wl,--print-map |