mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-03 14:05:58 +00:00
7 lines
68 B
PHP
7 lines
68 B
PHP
|
CC = gcc
|
||
|
CFLAGS = -O2 -Wall
|
||
|
LFLAGS =
|
||
|
|
||
|
INSTALL_LOC = /usr/local/bin
|
||
|
|