Add perlin noise implementation.
This commit is contained in:
8
misc/noise/Makefile
Normal file
8
misc/noise/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
SOURCES := noise.cc test.cc util.cc
|
||||
|
||||
noise: $(SOURCES)
|
||||
g++ -o $@ $(SOURCES)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f noise
|
||||
Reference in New Issue
Block a user