Added .h files to the Rakefile
This commit is contained in:
3
Rakefile
3
Rakefile
@@ -1,6 +1,7 @@
|
|||||||
DEBUG = true
|
DEBUG = true
|
||||||
|
|
||||||
SOURCES = FileList['src/*.c']
|
ALL_SOURCES =FileList['src/*']
|
||||||
|
SOURCES = ALL_SOURCES.select { |c| c =~ /\.c$/ }
|
||||||
OBJECTS = SOURCES.pathmap( "%{^src,build}X.o" )
|
OBJECTS = SOURCES.pathmap( "%{^src,build}X.o" )
|
||||||
|
|
||||||
LIBS = %w( pthread )
|
LIBS = %w( pthread )
|
||||||
|
Reference in New Issue
Block a user