diff options
Diffstat (limited to 'cyclone/Makefile.sources')
-rw-r--r-- | cyclone/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/Makefile.sources b/cyclone/Makefile.sources index 2ec02fc..96d3007 100644 --- a/cyclone/Makefile.sources +++ b/cyclone/Makefile.sources @@ -5,7 +5,6 @@ TYPES = HPLAIN HLOUD HFITTER HFORKY HFRAGILE HGROW HGROWFITTER \ SGROW SGROWCLC SGROWFORKY SVEFL SARSIC SARSICFITTER SFILE HPLAIN_SOURCES = \ -hammer/testmess.c \ hammer/accum.c \ hammer/acos.c \ hammer/asin.c \ @@ -61,6 +60,7 @@ hammer/comment.c HFRAGILE_SOURCES = \ hammer/grab.c \ +hammer/testmess.c \ hammer/universal.c HGROW_SOURCES = \ |