Browse Source

Re-enable compilation of bossrush

Enrico Guiraud 4 years ago
parent
commit
292295a4be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -19,7 +19,7 @@ OPTIONS := $(CURSES) $(THREADS)
 
 #TARGETS
 
-all: invaders #bossrush
+all: invaders bossrush
 
 invaders: game_object.o bullet.o enemy.o player.o functions.o pic.o body.o boss.o wall.o powerup.o rocket.o invaders.o
 	$(CXX) $(CXX_FLAGS) $^ -o $@ $(OPTIONS)