1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-28 09:54:49 +00:00

Merge branch 'SDLScons' of github.com:TomHarte/CLK into SDLScons

This commit is contained in:
Thomas Harte 2017-11-10 23:17:05 -05:00
commit ca80da7fbe

View File

@ -74,5 +74,4 @@ env.Append(CCFLAGS = ['--std=c++11', '-O3'])
env.Append(LIBS = ['libz', 'pthread', 'GL'])
# build target
# output executable will be "game"
env.Program(target = 'clksignal', source = SOURCES)