Browse Source

Do not compile bossrush for now

Does not compile, needs debugging
Enrico Guiraud 4 years ago
parent
commit
be6a8fec03
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)