This commit is contained in:
Themaister 2010-05-28 18:07:04 +02:00
parent 487706367b
commit 2b1adcf8a3
2 changed files with 2 additions and 4 deletions

View File

@ -28,9 +28,7 @@ OBJ = ssnes.o
all: $(TARGET)
$(TARGET):
all:
$(CC) $(CFLAGS) -o $(TARGET) $(SOURCE) $(LIBS)
install: $(TARGET)

View File

@ -1,7 +1,7 @@
#include <stdbool.h>
#include <GL/glfw.h>
#include <samplerate.h>
#include "libsnes.hpp"
#include <libsnes.hpp>
#include <stdio.h>
#include <stdlib.h>
#include <rsound.h>