mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-01 01:06:33 +00:00
2305c15ee4
sorry anyone who was maintaining patches against this or had hardcoded paths
7 lines
68 B
Makefile
7 lines
68 B
Makefile
CC = gcc
|
|
CFLAGS = -O2 -Wall
|
|
LFLAGS =
|
|
|
|
INSTALL_LOC = /usr/local/bin
|
|
|