mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 17:58:05 +01:00
9 lines
170 B
Makefile
9 lines
170 B
Makefile
CC=gcc
|
|
CFLAGS= -g -c -W -lstdc++
|
|
|
|
ROOTINCLUDE=$(ROOTSYS)/include
|
|
|
|
energyCalibration.o: energyCalibration.cpp
|
|
$(CC) $(CFLAGS) energyCalibration.cpp -I $(ROOTINCLUDE)
|
|
|