Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CXX=g++
- CXXFLAGS=-Wall -W -pedantic -Ofast -std=c++0x
- CXXFLAGS += `pkg-config sdl --libs --cflags`
- nesemu1: emu1.o
- $(CXX) -o "$@" "$<" $(CXXFLAGS)
- nesemu1.o: emu1.cc
- $(CXX) -c -o "$@" "$<" $(CXXFLAGS)
Advertisement
Add Comment
Please, Sign In to add comment