mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-18 06:15:55 +01:00
fix a typo and makefile
This commit is contained in:
8
slsDetectorCalibration/makefile
Normal file
8
slsDetectorCalibration/makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
CC=gcc
|
||||
CFLAGS= -g -c -W -lstdc++
|
||||
|
||||
ROOTINCLUDE=$(ROOTSYS)/include
|
||||
|
||||
energyCalibration.o: energyCalibration.cpp
|
||||
$(CC) $(CFLAGS) energyCalibration.cpp -I $(ROOTINCLUDE)
|
||||
|
||||
Reference in New Issue
Block a user