1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-04 23:44:08 +00:00

order in autohdr.h

This commit is contained in:
Zeno Rogue 2019-09-13 18:41:49 +02:00
parent 5bc7254a04
commit 09ff50ba45
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ language-data.cpp: langen
./langen > language-data.cpp ./langen > language-data.cpp
autohdr.h: makeh *.cpp autohdr.h: makeh *.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 *.cpp > autohdr.h ./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
############################# #############################
# Platform specific setup # Platform specific setup

View File

@ -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 *.cpp > autohdr.h ./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
language-data.cpp: langen$(EXE_EXTENSION) language-data.cpp: langen$(EXE_EXTENSION)
./langen > language-data.cpp ./langen > language-data.cpp