mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-16 18:24:48 +00:00
classes.cpp first in makeh
This commit is contained in:
parent
d2fb937275
commit
86d8eb759e
@ -26,7 +26,7 @@ language-data.cpp: langen
|
|||||||
./langen > language-data.cpp
|
./langen > language-data.cpp
|
||||||
|
|
||||||
autohdr.h: makeh language-data.cpp *.cpp
|
autohdr.h: makeh language-data.cpp *.cpp
|
||||||
./makeh locations.cpp hyperpoint.cpp geometry.cpp goldberg.cpp init.cpp floorshapes.cpp cell.cpp multi.cpp shmup.cpp pattern2.cpp mapeditor.cpp graph.cpp textures.cpp hprint.cpp language.cpp *.cpp > autohdr.h
|
./makeh classes.cpp locations.cpp hyperpoint.cpp geometry.cpp goldberg.cpp init.cpp floorshapes.cpp cell.cpp multi.cpp shmup.cpp pattern2.cpp mapeditor.cpp graph.cpp textures.cpp hprint.cpp language.cpp *.cpp > autohdr.h
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
# Platform specific setup
|
# Platform specific setup
|
||||||
|
@ -159,7 +159,7 @@ makeh$(EXE_EXTENSION): makeh.cpp
|
|||||||
$(CXX) makeh.cpp -o $@
|
$(CXX) makeh.cpp -o $@
|
||||||
|
|
||||||
autohdr.h: makeh$(EXE_EXTENSION) *.cpp
|
autohdr.h: makeh$(EXE_EXTENSION) *.cpp
|
||||||
./makeh locations.cpp hyperpoint.cpp geometry.cpp goldberg.cpp init.cpp floorshapes.cpp cell.cpp multi.cpp shmup.cpp pattern2.cpp mapeditor.cpp graph.cpp textures.cpp hprint.cpp language.cpp complex.cpp *.cpp > autohdr.h
|
./makeh classes.cpp locations.cpp hyperpoint.cpp geometry.cpp goldberg.cpp init.cpp floorshapes.cpp cell.cpp multi.cpp shmup.cpp pattern2.cpp mapeditor.cpp graph.cpp textures.cpp hprint.cpp language.cpp complex.cpp *.cpp > autohdr.h
|
||||||
|
|
||||||
language-data.cpp: langen$(EXE_EXTENSION)
|
language-data.cpp: langen$(EXE_EXTENSION)
|
||||||
./langen > language-data.cpp
|
./langen > language-data.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user