Advertisement
jfcmacro

makefile

Mar 21st, 2019
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.12 KB | None | 0 0
  1. all: fumadores
  2.  
  3. LDFLAGS=-pthread
  4. CXXFLAGS=-Wall -O2 -std=c++11
  5.  
  6. fumadores: fumadores.o
  7.     $(CXX) -o $@ $(CXXFLAGS) $(LDFLAGS) $^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement