Commit b3454979 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

vme-flasher: removed CERN specific makefile options

parent f6c7fa2c
CC=/acc/sys/L866/cdk/gcc
CC = gcc
CFLAGS = -I.
OBJS = libvmebus.o svec-flasher.o
#CC = gcc
all: $(OBJS)
${CC} -o svec-flasher $(OBJS)
\ No newline at end of file
${CC} -o svec-flasher $(OBJS)
clean:
rm -f $(OBJS) svec-flasher
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment