daily pastebin goal
25%
SHARE
TWEET

MakeFile

a guest Sep 29th, 2012 36 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Makefile for sample programs
  2.  
  3. CC=gcc
  4. CFLAGS := -Wall -Wstrict-prototypes -O2 -I../../../include
  5.  
  6. 7256test: 7256test.o conio.o
  7.         gcc -o 7256test -lpci_dask 7256test.o conio.o
  8.  
  9. 7256test.o: 7256test.c
  10.         gcc -c $(CFLAGS) 7256test.c
  11.  
  12. conio.o: ../../conio/conio.c
  13.         gcc -c $(CFLAGS) ../../conio/conio.c
  14.  
  15. clean:
  16.         rm -f 7256test *.o *~
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top